home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
JCSM Shareware Collection 1993 November
/
JCSM Shareware Collection - 1993-11.iso
/
install.bat
< prev
next >
Wrap
DOS Batch File
|
1993-10-20
|
681b
|
25 lines
@echo off
if '%1'=='' goto NoParm
if '%2'=='' goto NoParm
mkdir %1:\jcsm9311
copy jcsm.exe %1:\jcsm9311\*.*
copy demo*.* %1:\jcsm9311\*.*
copy jcsminit.exe %1:\jcsm9311\*.*
copy readme.1st %1:\jcsm9311\*.*
copy jcsmloct.srt %1:\jcsm9311\*.*
copy lha.exe %1:\jcsm9311\*.*
%1:
cd %1:\jcsm9311
jcsminit %2
echo Type 'jcsm' to run.
goto end
:NoParm
echo Syntax: INSTALL X Y where ....
echo X is the hard drive where the JCSM subdirectory will
echo be created. (Note: not ':' after the letter)
echo Y is the drive letter of the CDROM drive
echo (Again, no ':')
echo TRY AGAIN...
:end